home *** CD-ROM | disk | FTP | other *** search
/ Game One! / GameOne!.iso / GameOne!.exe / scripts / frame_36 / PlaceObject2_39_19 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2003-05-15  |  134 b   |  7 lines

  1. onClipEvent(load){
  2.    musica = new Sound();
  3.    musica.attachSound("som");
  4.    musica.start(0,9999);
  5.    _parent.playing = true;
  6. }
  7.